Redirect hops
Gain full control over HTTP redirects by setting limits on how many redirect responses to follow, providing a comprehensive understanding of your website's redirection process.
The API is designed to quickly and efficiently handle large volumes of URLs, saving time and ensuring accuracy.
All key features available: check status codes, track redirect chains, and access detailed response headers and bodies — fully customizable to fit any workflow.
"response": {
"numberOfRedirects": 2,
"chain": [
{
"url": "http://wikipedia.com/",
"statusCode": 301,
"statusMessage": "Moved Permanently",
"redirectFrom": "http://wikipedia.com/",
"redirectTo": "https://wikipedia.com/",
"ip": "185.15.59.226",
"latency": 42,
"redirectType": "same-origin"
},
{
"url": "https://wikipedia.com/",
"statusCode": 301,
"statusMessage": "Moved Permanently",
"redirectFrom": "https://wikipedia.com/",
"redirectTo": "https://www.wikipedia.org/",
"ip": "185.15.59.226",
"latency": 58,
"redirectType": "cross-origin"
},
{
"url": "https://www.wikipedia.org/",
"statusCode": 200,
"statusMessage": "OK",
"ip": "185.15.59.224"
}
]
}
The API offers a range of key functionalities to explore.
Gain full control over HTTP redirects by setting limits on how many redirect responses to follow, providing a comprehensive understanding of your website's redirection process.
Ensure URL validation across all networks by checking compatibility with both IPv4 and IPv6, helping you avoid potential accessibility issues for users on different internet protocols.
Simulate how different browsers, devices, and user environments interact with your URLs by using predefined or custom user-agent strings, ensuring a seamless experience for all visitors, regardless of the client or device they are using.
Instantly verify the authenticity and security of TLS certificates, helping to ensure that your URLs are secure and trusted, increasing user confidence and aligning with the growing focus on secure web browsing.
Tailor your URL audits by sending custom request headers to test for specific behaviours or responses, helping to optimise performance for specific use cases or environments.
Easily access protected resources with built-in HTTP Basic Authentication, ensuring smooth validation without the need for additional configuration.
Break down complex URLs into easily understandable components, making URL analysis simpler and faster, which helps streamline troubleshooting and ensure correct structure.
Quickly extract domains, subdomains, and public suffixes (ICANN and private TLDs), allowing for deep insights into URL structures and helping identify misconfigurations or security risks in domain settings.
Measure and minimize redirect latency for every hop in the chain, from the initial URL to the final destination URL, ensuring fast and smooth website performance that leads to better user experiences.
Automatically track the IPv4 or IPv6 address for each redirect in the chain so that critical redirects do not lead to dead ends or inaccessible locations.
Identify cross-origin vs. same-origin redirects to improve security and performance by reducing unnecessary cross-origin redirects that can slow down page load times.
Gain deeper insights into destination URLs with the metadata option, which provides key page details such as title, meta description, meta robots, canonical tag and more.
Only HTTPS connections are supported, ensuring that all communications are encrypted and protecting sensitive data from potential threats.
Streamlined process for checking and validating URLs.
Use the API by sending a POST request to the endpoint via HTTPS. Each request allows you to check one URL at a time.
Include the URL and any additional parameters (such as headers or user-agent strings) in the JSON body of the request.
The API returns a detailed JSON response with key information, including status codes, redirects, and other requested details about the URL.
Set up the API to run automated checks for frequent or large-scale URL validation, integrating it with your preferred tools and scripting languages.
Explore, test and interact with the API in real time, right in your browser.
{
"requestUrl": "example.com",
"userAgent": "httpstatus",
"maxRedirects": 10,
"followRedirect": true,
"dnsLookupIpVersion": 4,
"validateTlsCertificate": true,
"https": false,
"requestHeaders": false,
"responseHeaders": false,
"responseBody": false,
"parsedUrl": false,
"parsedHostname": false,
"timings": false,
"meta": false
}
Options such as HTTP Basic Auth and custom HTTP request headers are not available in the API Playground.
Leverage the capabilities of the API by connecting it to no-code or low-code solutions.
See how the API can solve your challenges.
Trusted by great teams around the world.
“We use the HttpStatus API service through a module we have developed on Drupal, and it works very well. The HttpStatus support is excellent — very responsive and attentive to all our feedback. The API is very comprehensive and well documented. It's the only reliable and complete tool we've found on the market.“
Zakaria Soudi
Lead Dev Drupal
“We utilize the HttpStatus API in a SEO context to detect if backlinks to our sites are active and correctly placed. We have not found any other API that works this well at this excellent price point. The support team is incredibly responsive and knowledgeable, always going above and beyond to help resolve issues quickly.“
Staffan Sundblad
SEO Consultant
Choose the plan that suits your needs and preferences.
Starter Plan
Perfect for use on a small scale
€12 / month
Standard Plan
Suitable for medium usage levels
€28 / month
Pro Plan
Recommended for higher demands
€52 / month
Premium Plan
For extensive usage requirements
€120 / month
Please note that the prices listed above are in euros (EUR) and do not include value-added tax (VAT), sales tax or local taxes. Applicable taxes are listed in the payment statement generated by payment partner Paddle.
By proceeding to payment you agree to the privacy policy and terms and conditions.
Got any questions? Find the answers here.
Ready to start validating URLs?
Boost your workflow's efficiency and accuracy by integrating the API for reliable URL validation.